Hi,
I want to export the module in LibreOffice Word format but I am not able to find the option. Earlier I have exported in MSOffice Word format but I want to use LibreOffice now.
Please help me out to configure DOORS for exporting module in LibreOffice Word format.
Thanks
RakeshRanjanLal - Mon Jun 25 08:40:57 EDT 2012 |
|
Re: Integration Of DOORS with LibreOffice kbmurphy - Mon Jun 25 13:43:38 EDT 2012
Export to Word or RTF and open in LibreOffice. Barring that, you'll have to write your own DXL exporter and use OLE Automation to do so. This is the path less traveled and a search on this forum will show other posts that have asked for advice.
|
|
Re: Integration Of DOORS with LibreOffice RakeshRanjanLal - Tue Jun 26 00:31:01 EDT 2012 kbmurphy - Mon Jun 25 13:43:38 EDT 2012
Export to Word or RTF and open in LibreOffice. Barring that, you'll have to write your own DXL exporter and use OLE Automation to do so. This is the path less traveled and a search on this forum will show other posts that have asked for advice.
Hi,
I had been exporting using our own DXL exporter using OLE Automation for MSOffice Excel. But now I want to use LibreOffice scalc spreadsheet. I tried with OLE Automation of LibreOffice and could open the LibreOffice. But I could not open the spreadsheet.
Please guide me to get the interface of LibreOffice spreadsheet.
Thanks
|
|
Re: Integration Of DOORS with LibreOffice SystemAdmin - Tue Jun 26 02:12:31 EDT 2012 RakeshRanjanLal - Tue Jun 26 00:31:01 EDT 2012
Hi,
I had been exporting using our own DXL exporter using OLE Automation for MSOffice Excel. But now I want to use LibreOffice scalc spreadsheet. I tried with OLE Automation of LibreOffice and could open the LibreOffice. But I could not open the spreadsheet.
Please guide me to get the interface of LibreOffice spreadsheet.
Thanks
Hi,
http://www.pitonyak.org/oo.php looks quite promising.
I did not look into it in details, but the document "OpenOffice.org Macros Explained" seems to show the information you need.
e.g. Chapter 12.1 "Accessing Sheets"
Listing 395. Obtain a com.sun.star.sheet.Spreadsheets service using a method or a property.
ThisComponent.getSheets() 'Method defined by XSpreadsheetDocument interface.
ThisComponent.Sheets 'Property of the spreadsheet document.
Regards,
Mike
|
|